home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / 4gif11.arc / 4GIFEDIT.DOC next >
Text File  |  1991-10-01  |  5KB  |  129 lines

  1.                               4GIFEDIT 1.1
  2.                      GIF Viewer/Description Editor
  3.                        For Use with 4DOS and VPIC
  4.                            (C) Mindware 1991
  5.                          Brisbane,QLD,Australia
  6.                            Fido : 3:640/307
  7.  
  8. 4DOS and VPIC are copyright by their respective authors. 4GIFEDIT is
  9. released into the public domain to be used freely by anyone.
  10.  
  11. 1. Intro
  12.  
  13. 4GIFEDIT is designed to be used in a similar fashion to 4EDIT, but for
  14. GIF (Compuservice) format files. To allow you to edit the description
  15. while looking at the picture or view the picture while looking at the
  16. description.
  17.  
  18. 2. Using 4GIFEDIT
  19.  
  20. Just ensure that 4GIFEDIT.EXE and VPIC.EXE are in your path, go into the
  21. directory you have your GIF files in and type
  22.  
  23.       4GIFEDIT [path] [/D] [/S] <CR>.
  24.  
  25. The path is any valid dos path (not a filename or filespec) and is
  26. optional - if it is left out 4GIFEDIT uses the current directory.
  27.  
  28. The /D is optional and specifies to use the MONO screen for TEXT and the
  29. VGA/EGA etc screen for graphics.
  30.  
  31. The /S is optional and will show the list of GIF files sorted by filename.
  32.  
  33. A screen will appear showing a list of GIF files (without extension) the
  34. 4DOS description and the resolution of the GIF file.
  35.  
  36. ACTIONS IN THE MAIN GIF LIST
  37.  
  38. Cursor Movement
  39. ===============
  40. <Home>, <CtrlQ><S>                   Highlight to first item.
  41. <End>, <CtrlQ><D>                    Highlight to last item.
  42. <Up>, <CtrlE>, <CtrlW>               Highlight up one row. 
  43. <Down>, <CtrlX>, <CtrlZ>             Cursor down one row
  44. <PgUp>, <CtrlR>                      Scroll display up one page. 
  45. <PgDn>, <CtrlC>                      Scroll display down one page. 
  46.  
  47. Other
  48. =====
  49. <Enter>                              Displays GIF picture
  50. <Esc>, <ClickRight>                  Aborts all changes to descriptions
  51.                                      and Exits to DOS
  52. <Ctrl><CR>                           Saves all changes to descriptions
  53.                                      and Exits to DOS
  54. <SPACE>                              Go into description edit mode.
  55. <">                                  Copy the above description and then go
  56.                                      into edit mode.
  57.  
  58. ACTIONS DURING VIEWING OF GIF
  59.  
  60. In dual screen mode, the program will resume straight after viewing a
  61. GIF, in single screen mode you will need to press <CR> to continue with
  62. the main GIF list.
  63.  
  64. ACTIONS WHILE EDITING THE DESCRIPTION
  65.  
  66. Cursor Movement
  67. ===============
  68. <Left>, <CtrlS>                     Cursor left one character.
  69. <Right>, <CtrlD>                    Cursor right one character.
  70. <CtrlLeft>, <CtrlA>                 Cursor left one word.
  71. <CtrlRight>, <CtrlF>                Cursor right one word.
  72. <Home>, <CtrlQ><S>                  Cursor to beginning of line.
  73. <End>, <CtrlQ><D>                   Cursor to end of line.
  74.  
  75. Insertion and Deletion
  76. ======================
  77. <Del>, <CtrlG>                      Delete character at cursor.
  78. <Bksp>, <CtrlH>, <CtrlBksp>         Delete character to left of cursor.
  79. <CtrlY>                             Delete entire line.
  80. <CtrlEnd>, <CtrlQ><Y>               Delete from cursor to end of line.
  81. <CtrlHome>                          Delete from start of line to cursor.
  82. <CtrlT>                             Delete word to right of cursor.
  83. <CtrlP>                             Insert control character. 
  84.                                     For example, to insert a ^G, 
  85.                                     you would enter <CtrlP><CtrlG>. 
  86. <Ins>, <CtrlV>                      Toggle insert mode on and off. 
  87.                                     A fat cursor indicates insert mode; 
  88.                                     a thin cursor indicates overtype mode. 
  89.  
  90. Other
  91. =====
  92. <Enter>, <CtrlM>,                   Accept contents of line.
  93. <CtrlR>, <CtrlQ><L>                 Restore original contents 
  94.                                     of the current line.
  95. <Esc>, <CtrlBreak>                  Quit editing.
  96.  
  97. 3. ErrorLevels and Errors
  98.  
  99.   Errorlevel    Error
  100.   ==========    =====
  101.   251           Directory <Dir> does not exist
  102.   252           Bad parameters
  103.   253           Dual switch specified on single monitor system
  104.   254           Can't find VPIC.EXE on path
  105.   255           No .GIF files in <dir>
  106.  
  107.  
  108. 4. Other Notes
  109.  
  110. After changes to the DESCRIPT.ION file the old file is called
  111. DESCRIPT.BAK, both these files are hidden.
  112.  
  113. I might even enhance the program to do useful things like navigating
  114. tree structure, show all mode, command line options even but at this
  115. stage it was written in 5 hours and I wanted to keep it simple.
  116.  
  117. This program is provided as is and I am not responsible for anything
  118. that goes wrong because of your use of it.
  119.  
  120.  
  121. 5. Thanks
  122.  
  123. Thanks to the guys at Turbopower for OPRO 1.10 without whom this useful
  124. little 4DOS utility would not be here today.
  125.  
  126. Thanks to Rex Conn for 4DOS.
  127. Thanks to Bob Montgomery for VPIC.
  128. Thanks to Vernon. D. Buerg for LIST.
  129.